home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / filutil / yarn_077.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1995-01-08  |  467b  |  20 lines

  1. @echo off
  2. if x%1 == x goto usage
  3. if not exist %1 mkdir %1
  4. copy *.bat %1 >nul
  5. copy *.exe %1 >nul
  6. copy *.hlp %1 >nul
  7. copy *.doc %1 >nul
  8. copy config %1 >nul
  9. set YARN=%1
  10. echo Put this line to your AUTOEXEC.BAT file:
  11. echo SET YARN=%1
  12. goto end
  13. :usage
  14. echo usage: install [drive:]directory
  15. echo.
  16. echo Installs PC Yarn in the specified directory.
  17. echo Important: Choose a drive with a lot of free space.
  18. echo            The news will be stored there.
  19. :end
  20.